home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / kill-the-dragons.swf / scripts / DefineSprite_480 / frame_2 / DoAction.as
Encoding:
Text File  |  2011-12-21  |  236 b   |  13 lines

  1. stagewidth = 500;
  2. stageheight = 280;
  3. centerstageX = stagewidth / 2;
  4. centerstageY = stageheight / 2;
  5. i = 1;
  6. while(i < totalballs + 1)
  7. {
  8.    duplicateMovieClip("ball","ball" + i,16384 + i);
  9.    i++;
  10. }
  11. ball._visible = 0;
  12. stop();
  13.